pointer value造句
例句與造句
- The pointer value is printed along with what it points to
同時打印出了指針值及其所指向的值。 - The data pointer value is not valid
數(shù)據(jù)指針值無效。 - Jni puts the interface pointer value at a location specified by its first parameter
Jni將接口指針值放在由第一個參數(shù)指定的位置。 - Jni puts the interface pointer value at a location specified by its second parameter
創(chuàng)建了jvm , jni將接口指針值放在由第二個參數(shù)指定的位置。 - Pointers are 64 - bit on 64 - bit platforms , and you will truncate the pointer value if you assign it to a 32 - bit variable
在64位平臺上,指針為64位,如果將該指針賦給32位變量,則應截斷該指針值。 - It's difficult to find pointer value in a sentence. 用pointer value造句挺難的
- But you will often see methods that indicate such a condition by returning a null - pointer value and , perhaps , printing a message to
但是經(jīng)常看到的方法是通過返回一個空指針值來表明這種情況(以及,可能打印一條消息到 - Declaration that includes both integer and pointer values , and you declare a token to use the pointer value , but your lexer fills in the integer value . . . bad things can happen
聲明,而且您聲明了一個記號來使用指針類型的值,但是您的lexer卻賦與其整型的值可能會發(fā)生不正常的事情。 - Since it will never return a pointer value that is already in use in the current program unless you are doing something illegal , such as using memory after it has been freed
的c運行時庫實現(xiàn),因為它決不會返回已經(jīng)在當前程序中使用的指針值(除非您執(zhí)行某個非法操作,如在內存已被釋放之后使用它) 。